turtle.suck()
turtle.up()
turtle.forward()
turtle.forward()
turtle.down()
for i=1, 7 do
    turtle.forward()
end
turtle.drop()